home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2008 #18
/
KCD200818.ISO
/
Euro Truck
/
ets_1_00_setup.exe
/
base.scs
/
effect
/
generic
/
dry_void
/
r2xx.vp
< prev
next >
Wrap
Text File
|
2008-07-25
|
799b
|
21 lines
!!ARBvp1.0
# cgc version 2.0.0015, build date May 15 2008
# command line args: -quiet -fastprecision -I../../src/shaderlib/effect -profile arbvp1 -DPATH_R2XX
# source file: effect/dry_void/dry.void.cg
#vendor NVIDIA Corporation
#version 2.0.0.15
#profile arbvp1
#program vertex_main
#semantic vertex_main.transform
#var float4 v.position : $vin.POSITION : POSITION : 0 : 1
#var float4x4 transform.mvp_matrix : : c[1], 4 : 1 : 1
#var float4x4 transform.mv_matrix : : , 4 : 1 : 0
#var float4 vertex_main.position : $vout.POSITION : HPOS : -1 : 1
PARAM c[5] = { program.local[0..4] };
DP4 result.position.w, vertex.position, c[4];
DP4 result.position.z, vertex.position, c[3];
DP4 result.position.y, vertex.position, c[2];
DP4 result.position.x, vertex.position, c[1];
END
# 4 instructions, 0 R-regs